home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Pascal / Libraries / SARuntime ƒ / MPW Stand-Alone Libraries / MakeSA.MAMake < prev    next >
Encoding:
Text File  |  1991-06-21  |  999 b   |  39 lines  |  [TEXT/MPS ]

  1. # MakeSA.MAMake
  2.  
  3. ToolName = MakeSA
  4. OtherPascalOptions = -i "{MATools}" -mbg full
  5. Creator = 'MPS '
  6.  
  7. OtherLinkFiles = ∂
  8.                         "{ObjApp}UMultiSegSA.p.o" ∂
  9.                         "{ObjApp}USingleSegSA.p.o" ∂
  10.                         "{ObjApp}UMakeSA.p.o"
  11.  
  12. "{ObjApp}UMultiSegSA.p.o"    ƒ ∂
  13.                         "{SrcApp}UMakeSAGlobals.p" ∂
  14.                         "{SrcApp}UMultiSegSA.p" ∂
  15.                         "{SrcApp}UMultiSegSA.incl.p" ∂
  16.                         "{SrcApp}UMakeSA.p" ∂
  17.                         {MacAppIntf}
  18.  
  19. "{ObjApp}USingleSegSA.p.o"    ƒ ∂
  20.                         "{SrcApp}UMakeSAGlobals.p" ∂
  21.                         "{SrcApp}USingleSegSA.p" ∂
  22.                         "{SrcApp}USingleSegSA.incl.p" ∂
  23.                         "{SrcApp}UMultiSegSA.p" ∂
  24.                         "{SrcApp}UMakeSA.p" ∂
  25.                         {MacAppIntf}
  26.                         
  27. "{ObjApp}UMakeSA.p.o"    ƒ ∂
  28.                         "{SrcApp}UMakeSAGlobals.p" ∂
  29.                         "{SrcApp}UMakeSA.p" ∂
  30.                         "{SrcApp}UMakeSA.incl.p" ∂
  31.                         "{SrcApp}UMultiSegSA.p" ∂
  32.                         "{SrcApp}USingleSegSA.p" ∂
  33.                         {MacAppIntf}
  34.  
  35.  
  36. # the following line will get you some source for the commando interface
  37. #derez MABuild "{RIncludes}Cmdo.r" "{RIncludes}Types.r" -m 80 -only 'cmdo' >MABuild.recovered.r
  38.  
  39.